DataSource for Entity Framework for WinForms
ToIndexed<T>(BindingList<T>) メソッド

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq 名前空間 > IndexedQueryExtensions クラス > ToIndexed メソッド : ToIndexed<T>(BindingList<T>) メソッド
コレクションの要素の型。
C1.LiveLinq.Collections.IndexedCollection<T> として表す System.ComponentModel.BindingList`1 データソース。
ToIndexed<T>(IBindingList) メソッドの型付き特殊化。
シンタックス
'宣言
 
Public Overloads Shared Function ToIndexed(Of T)( _
   ByVal source As System.ComponentModel.BindingList(Of T) _
) As IndexedCollection(Of T)
public static IndexedCollection<T> ToIndexed<T>( 
   System.ComponentModel.BindingList<T> source
)

パラメータ

source
C1.LiveLinq.Collections.IndexedCollection<T> として表す System.ComponentModel.BindingList`1 データソース。

型パラメータ

T
コレクションの要素の型。

戻り値の型

System.ComponentModel.BindingList`1 と同じ要素を含み、そのデータソースのインデックス作成を有効にする C1.LiveLinq.Indexing.IIndexedSource<T>
参照

IndexedQueryExtensions クラス
IndexedQueryExtensions メンバ
オーバーロード一覧